home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
mint96sb.zoo
/
src
/
xbra.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-12-06
|
248 b
|
13 lines
typedef struct xbra
{
long xbra_magic;
long xbra_id;
struct xbra *next;
short jump;
void (*this)();
} xbra_vec;
#define XBRA_MAGIC 0x58425241L /* "XBRA" */
#define MINT_MAGIC 0x4d694e54L /* "MiNT" */
#define JMP_OPCODE 0x4EF9